home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’95 / ProcessBar™ / Code / Sources / aevents.h < prev    next >
Encoding:
Text File  |  1995-09-10  |  687 b   |  19 lines  |  [TEXT/MMCC]

  1. // File "aevents.h" - 
  2.  
  3. #ifndef ____AEVENTS_HEADER_____
  4. #define ____AEVENTS_HEADER_____
  5.  
  6. #include <AppleEvents.h>
  7.  
  8. // * **************************************************************************** * //
  9. // * **************************************************************************** * //
  10. // Function Prototypes
  11.  
  12. pascal short AEHandlerOAPP(AppleEvent *event, AppleEvent *reply, long refCon);
  13. pascal short AEHandlerODOC(AppleEvent *event, AppleEvent *reply, long refCon);
  14. pascal short AEHandlerPDOC(AppleEvent *event, AppleEvent *reply, long refCon);
  15. pascal short AEHandlerQUIT(AppleEvent *event, AppleEvent *reply, long refCon);
  16. void InitHLEvents(void);
  17.  
  18. #endif  ____AEVENTS_HEADER_____
  19.